home *** CD-ROM | disk | FTP | other *** search
/ Visual Basic Controls / Visual Basic Controls.iso / vbcontrol / yesstock / readme.txt next >
Encoding:
Text File  |  1999-03-10  |  2.7 KB  |  65 lines

  1.                     
  2. YesStock ActiveX Control
  3.  
  4. This ActiveX OCX control  provides Visual Basic programmer a tool to develop stock-related applications. 
  5. For example, you can create your own stock database, and you can create a stock screening program based on 
  6. your own stock database.(Actually I have my VB programs, I let my StockDataCollector run at night, and it will automatically 
  7. collect the information over 9000 stock, and in the morning I run my stock screening program for any given criteria.)
  8.  
  9. INSTALLATION/UNINSTALL
  10.  
  11. For Win95/98, copy YesStock.ocx into your C:\windows\system 
  12. directory. For WinNT, copy into C:\Winnt\system32 directory. Then go to Start|Run and type "regsvr32 YesStock.ocx".
  13.  
  14. To uninstall YesStock.ocx. Go to Start|Run and type "regsvr32 /u YesStock.ocx".
  15.  
  16.  
  17. HOW TO USE THIS CONTROL
  18.  
  19. Just drag and draw the control, then set the control's symbol(ticker) property, and run GetStockInfo method.
  20. 24 properties (24 stock information) will then be available.
  21.  
  22. Example,
  23.  
  24. YesStock1.Symbol="One" 'set ticker to Banc ONE
  25. YesStock1.GetStockInfo  'run method 
  26.  
  27. Msgbox "last ="  & YesStock1.Quote
  28. Msgbox "52 Week High =" & YesStock1.WeekHigh
  29. Msgbox "52 Week Low =" & YesStock1.WeekLow
  30. Msgbox "Volume ="& YesStock1.olume
  31. Msgbox "Average Daily Volume =" & YesStock1.AveVolume
  32. Msgbox "3 Month Change =" &  YesStock1.Change3M
  33. Msgbox "3 Month Relative Strength =" & YesStock1.Strength3M
  34. Msgbox "6 Month Change =" &  YesStock1.Change6M
  35. Msgbox "6 Month Relative Strength =" & YesStock1.Strength6M
  36. Msgbox "12 Month Change =" & YesStock1.Change12M
  37. Msgbox "12 Month Relative Strength =" & YesStock1.Strength12M
  38. Msgbox "5 Year Sales Growth =" &  YesStock1.SalesGrowth
  39. Msgbox "5 Year Income Growth =" & YesStock1.IncomeGrowth
  40. Msgbox "5 Year Dividend Rate Growth =" &  YesStock1.DividendRateGrowth
  41. Msgbox "P/E=" & YesStock1.PE
  42. Msgbox "EPS=" & YesStock1.EPS
  43. Msgbox "Dividend Yield =" & YesStock1.DividendYield
  44. Msgbox "Debt/Equity Ratio =" & YesStock1.DebtEquity
  45. Msgbox "Net Profit Margin =" &  YesStock1.ProfitMargin
  46. Msgbox "Shares Outstanding =" & YesStock1.SharesOutstanding)
  47. Msgbox "Market Capitalization =" & YesStock1.MarketCap
  48. Msgbox "50 Day Moving Average =" & YesStock1.MovingAverage50Day
  49. Msgbox "200 Day Moving Average =" & YesStock1.MovingAverage200Day
  50. Msgbox "Institutional Ownership =" & YesStock1.InstitutionalOwnership
  51.  
  52. REGISTRATION
  53.  
  54. If you like it or you think you can make more money in the stock market with this tool,
  55. send a check of $8 to (or any amount will be appreciated): 
  56.  
  57. Jian YE
  58. 5750 LIMESTONE DR.
  59. TROY, MI 48098
  60.  
  61. If you want more info about my  9000+ stocks database program and stock screening program, drop me an e-mail.
  62.  
  63. Jian YE
  64. jye@engenius.com
  65.